home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / appetizr.lha / PMONSTER / PM_LOWMEM.lha / APPETIZER.1 / decompress.scpt < prev    next >
Text File  |  1996-04-03  |  798b  |  39 lines

  1. Ask "Do you have AVPLAY_2.4.lzh copied on your  Appetizer.1: Disk"
  2. if warn
  3.   APPETIZER.1:Lha e Appetizer.1:AVPLAY_2.4.lzh ram:
  4. endif
  5.  
  6. copy RAM:AVPlayer copy_of_Workbench1.3:c
  7.  
  8.  
  9. copy RAM:libs/avdb.library copy_of_Workbench1.3:libs
  10.  
  11.  
  12. copy ram:libs/camd.library copy_of_Workbench1.3:libs
  13.  
  14.  
  15. copy ram:libs/avtextgad.Library copy_of_Workbench1.3:libs 
  16.  
  17.  
  18. copy ram:libs/realtime.Library copy_of_Workbench1.3:libs
  19.  
  20.                          
  21. If exists ram:AVPlayer
  22. delete RAM:AVPlayer 
  23. Endif 
  24. If exists ram:libs/avbd.library 
  25. delete RAM:libs/avbd.library 
  26. Endif
  27. If exists ram:libs/camd.library
  28. delete RAM:libs/camd.library 
  29. Endif
  30. If exists ram:libs/avtextgad.Library
  31. delete ram:libs/avtextgad.Library  
  32. Endif
  33. If exists ram:libs/realtime.Library
  34. delete ram:libs/realtime.Library 
  35. delete ram:libs all
  36.  
  37. Endif
  38.  
  39.